home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / database / ghcapv23.exe / ORDER.BAT < prev    next >
DOS Batch File  |  1992-05-06  |  868b  |  16 lines

  1. echo off
  2. CLS
  3. ECHO   ╔════════════ Instructions To Print Off The Order Form ══════════╗
  4. ECHO   ║                                                                ║
  5. ECHO   ║ A:  Turn on your printer.                                      ║
  6. ECHO   ║                                                                ║
  7. ECHO   ║ B:  Load some paper into the printer and set the perforated    ║
  8. ECHO   ║     edge of the paper right in line with the top of the print  ║
  9. ECHO   ║     head.                                                      ║
  10. ECHO   ║                                                                ║
  11. ECHO   ║ C:  Set your printer to the "ONLINE" position.                 ║
  12. ECHO   ║                                                                ║
  13. ECHO   ╚════════════════════════════════════════════════════════════════╝
  14. PAUSE
  15. COPY ORDER.DOC PRN
  16.